@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;

    font-family: 'Roboto', sans-serif;
    user-select: none
}

:root {
    --border-color: #303030e3;
    --background-color: rgba(44, 43, 43, 0.877);
}

#app { display:none }

.garage-bg {
    background: var(--background-color);
    border: 1px solid var(--border-color);

    width: 1000px;
    height: 900px;

    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);

    overflow: hidden;
}

.garage-bg .garage-header {
    width: 100%;
    height: 80px;


    background: rgba(33, 33, 33, 0.993);
}

#cool {
    width: 75px;
    height: 75px;

    position: absolute;
    top: 5%;
    left: 99%;
    transform: translate(-90%, -50%)
}

#forsakring {
    color: #eee;
    margin
}    

#bildmitten {
    margin-top: 3%;
    width: 93%;
    margin-left: 35px;
    top: 2.5%;
    border: 1px solid #2d2f3b;
    -webkit-box-shadow: 7px 7px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 7px 5px -2px rgba(0, 0, 0, 0.1);
}
  

.garage-bg .garage-header .garage-title {
    color: #eee;
    font-size: 28px;
    font-style: Bold;
    padding: 24px 24px;

    display: table-cell;
}

.garage-bg .garage-container {
    width: 100%;
    height: 100%;
    
    display: flex;
}

.garage-bg .garage-container .collapsible {
    margin-left: 37px;
    margin-top: 0px;

    width: 360px;
    max-height: 75%;

    box-shadow: none; background: none; border: none;

}

.garage-bg .garage-container .collapsible li {
    background-color: rgba(33, 33, 33, 0.87);
    font-size: 18px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.garage-bg .garage-container .collapsible li:not(:first-child) {
    margin-top: 10px
}

.garage-bg .garage-container .collapsible li .collapsible-header {
    color: #fff;
    
    background: none;
    border-color: #525252c4;
}

.garage-bg .garage-container .collapsible li .collapsible-body {
    border: none;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

.garage-bg .garage-container .collapsible li .collapsible-body .vehicles {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.garage-bg .garage-container .collapsible li .collapsible-body .vehicles a {
    width: 100%;
    height: 40px;

    font-size: 18px;
    color: #eee;
    padding: 7px 15px;
}

.garage-bg .garage-container .collapsible li .collapsible-body .vehicles a:hover {
    background: #2e2e2ec4;
    text-emphasis-color: #313131;  
}

.garage-bg .garage-container .garage-actions {
    background: #424242f5;

    width: 520px;
    height: 40%;
    margin-left: 46px;

    overflow: hidden;
    display: none;
    -webkit-box-shadow: 7px 7px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 7px 5px -2px rgba(0, 0, 0, 0.1);
}


.garage-bg .garage-container .garage-actions p[label] {
    font-size: 30px;

    color: rgba(238, 238, 238, 0);

    position: relative;
    top: -23px;
    left: 20px;
}

.garage-bg .garage-container .garage-actions button[action="Spawn"] {
    box-shadow: none;

    float: right;

    position: relative;
    bottom: -200.5px;
    left: -20px;
}

.garage-bg .garage-container .garage-actions .info-bg {
    width: 100%;
    height: 100%;

    position: relative;
    top: -90px;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: start;
}

.garage-bg .garage-container .garage-actions .info-bg .info {
    background: #3030308c;
    
    width: 220px;
    height: 70px;
    margin-left: 18px;
    margin-top: -35px;

    transition: 200ms;

    color: #eee;
    font-size: 20px;
    padding: 0px 15px;
    border-bottom: 2px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.garage-bg .garage-container .garage-actions .info-bg .reg {
    background: #3030308c;
    
    width: 122px;
    height: 70px;
    margin-top: -35px;
    margin-left: 15px;

    transition: 200ms;

    color: #eee;
    font-size: 20px;
    padding: 0px 15px;
    border-bottom: 2px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.garage-bg .garage-container .garage-actions .info-bg .motor {
    background: #3030308c;
    
    width: 112px;
    height: 70px;
    margin-top: -70px;
    margin-left: 390px;

    transition: 200ms;

    color: #eee;
    font-size: 20px;
    padding: 0px 15px;
    border-bottom: 2px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.garage-bg .garage-container .garage-actions .info-bg .halsa {
    background: #3030308c;
    
    width: 142px;
    height: 70px;
    margin-top: 30px;
    margin-left: 18.8px;

    transition: 200ms;

    color: #eee;
    font-size: 20px;
    padding: 0px 15px;
    border-bottom: 2px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.garage-bg .garage-container .garage-actions .info-bg .chassi {
    background: #3030308c;
    
    width: 482px;
    height: 70px;
    margin-top: 30px;
    margin-left: 18.8px;

    transition: 200ms;

    color: #eee;
    font-size: 20px;
    padding: 0px 15px;
    border-bottom: 2px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.garage-bg .garage-container .garage-actions .info-bg .forsakring  {
    color: #eee;
    margin-top: 100px;
}    


.garage-bg .garage-container .garage-actions .info-bg .info:hover {
    background: rgba(34, 34, 34, 0.377);
}

.garage-bg .garage-container .garage-actions .info-bg .reg:hover {
    background: rgba(34, 34, 34, 0.377);
}

.garage-bg .garage-container .garage-actions .info-bg .motor:hover {
    background: rgba(34, 34, 34, 0.377);
}

.garage-bg .garage-container .garage-actions .info-bg .halsa:hover {
    background: rgba(34, 34, 34, 0.377);
}

.garage-bg .garage-container .garage-actions .info-bg .chassi:hover {
    background: rgba(34, 34, 34, 0.377);
}

.garage-bg .close {
    position: absolute;
    top: 94%;
    left: 1%;
}